| {$i} |
{if ($usergroupid == 1 || $usergroupid == -1) && $row['file_exists']}
{$row['file_name']}
{else}
{$row['file_name']}
{/if}
|
{$row['created_at']} |
{$row['total_records']} |
{$row['successful_records']} |
{$row['failed_records']} |
{$row['status']} |
{$row['employeename']} |
{if $usergroupid == 1 || $usergroupid == -1}
{if $row['file_exists']}
{/if}
| {/if}
{assign var=i value=$i+1}
{/foreach}